home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / system / 4utils84.zip / whats.new < prev   
Text File  |  1994-10-08  |  4KB  |  111 lines

  1. 4DESC
  2. =====
  3.  
  4. Version 1.74
  5.  
  6. * Sorting improved: date and size sorting use alphabetical sorting as
  7.   secondary sorting key in case of identical date resp. size.
  8. * Sorting bug in extension sorting fixed. (Wirta Wiriyan)
  9. * Smooth scrolling in backward direction introduced. Scrolling is now
  10.   consistent.
  11.  
  12. Version 1.73
  13.  
  14. * another Directory-bug fixed: Directories described with "describe"
  15.   won't loose their description anymore.
  16. * Super-VGA modes do work again. (I forgot to include "Fix.pas")
  17.  
  18. Version 1.72
  19.  
  20. * Some superfluous GetDirs() removed.
  21. * "Empty Drive Problem" fixed. (Alain Gateau)
  22. * another Directory-bug fixed: Directories described with "describe"
  23.   won't loose their description anymore.
  24.  
  25. Version 1.71
  26.  
  27. * Arrow-right stops after the last character. (Peter C. Broekhuizen)
  28. * Arrow left scrolls now as late as possible (cf. Turbo Pascal Input line)
  29.   (Peter C. Broekhuizen)
  30. * Display of current description length added. (Peter C. Broekhuizen)
  31. * Cut & Paste added:
  32.   Shift + (Arrows-Keys,Home,End...) select, Shift-Ins Pastes, Ctrl-Ins Copies
  33.   (as in Turbo Pascal) (Peter C. Broekhuizen)
  34. * New Parameter: UseMouse = Y|N (Andreas Tranquillini)
  35. * The LeftJust Entry was renamed to Justify and has got three parameters:
  36.   . Justify = left      : xxxx.yyy
  37.   . Justify = left.left : xxxx    .yyy
  38.   . Justify = right.left:     xxxx.yyy
  39.   (Andreas Tranquillini)
  40. * Sorting has now been implemented ! (various requests)
  41. * This version evaluates the 4DOS.INI file for configuration parameters
  42.   too! The following 4DOS variables will be taken into account:
  43.   . CursorOver, CursorIns : changes the appearance of the cursor
  44.   . EditMode              : changes the edit mode at startup
  45.  
  46.   I had to change Date & Time Formats into DateAndTimeFormats to appease
  47.   the 4DOS parser. (Jorj Strumolo)
  48. * New command line switch /dontask: do not ask for confirmation when
  49.   saving; save the modified descriptions straight away, even if it is
  50.   garbage... (Miguel Farah F.)
  51. * Typo highlighted corrected. (pi)
  52. * Display "Buf" instead of "Cut" when inserting text into Cut/Paste
  53.   buffer (Jorj Strumolo)
  54. * New entry in configuration file: PasteMovesToNextIndex (Jorj Strumolo)
  55.  
  56. Version 1.70
  57. ------------
  58.  
  59. * Super VGA support (Robert Juhasz)
  60. * Program information field will now be handled correctly
  61. * 4DOS 5.0 compatible: max. description length raised to 200 characters
  62.  
  63. Version 1.60
  64. ------------
  65.  
  66. * Mouse support added.
  67. * The description line made scrollable. Maximum description length now
  68.   200 characters. (The new 4DOS release will allow description lengths up
  69.   to 200 characters.)
  70. * diacritics in filenames will be handled correctly.
  71.   (they won't be converted at all, but this is the correct way)
  72.  
  73.  
  74. Version 1.55
  75. ------------
  76.  
  77. * 4DESC creates a temporary copy of DESCRIPT.ION while saving, called
  78.   DESCRIPT.OLD. (useful while debugging !)
  79. * 4DESC handles descriptions consisting of pure spaces correctly.
  80. * The desription editor behaves more logically now.
  81. * 4DESC's command line has slightly changed:
  82.    4DESC [/help] [/mono] [d:][\path]
  83.  
  84. 4FF
  85. ===
  86.  
  87. Version 1.83
  88. ------------
  89.  
  90. * /ddesc switch introduced. All files with the (sub)string desc in their
  91.   description will be listed. The old /d (drives) switch has been renamed
  92.   to /f.
  93.  
  94. Version 1.82
  95. ------------
  96.  
  97. * Recursive-directory-search-bug fixed.
  98.  
  99. Version 1.81
  100. ------------
  101.  
  102. * more generous directory search:
  103.   . scans directories with suffixes too, e.g. foo.bar.
  104.     (It is in my opinion a bad habit to add suffixes to directories,
  105.      that's why I've not included this into the search list in previous
  106.      releases. Furthermore it slows down the search process.)
  107.   . searches now trough directories with the hidden/system bit set
  108.     (someone pointed out this possibility)
  109. * uses now DESCRIPT.PAS to search its descriptions.
  110. * range bug eliminated.
  111.